home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / FORMEDEXT.ZIP / !FormEdExt / !HelpO < prev    next >
Text File  |  1990-12-18  |  4KB  |  75 lines

  1.  FormEd
  2.  ~~~~~~
  3.  
  4.  Purpose     : Edited Template Files
  5.  Version     : 1.14 and above  
  6.  
  7.  Description :
  8.  
  9.               FormEd is an editor of Template files.  To understand this 
  10.               you need to understand the program interface of the Window 
  11.               System, as described in the Programmer's Reference Manual. 
  12.               The  description here assumes an understanding of template 
  13.               files.
  14.  
  15.               FormEd  is  started  by double-clicking on a template file 
  16.               after  the  FormEd  icon  has been "seen". This will cause 
  17.               FormEd  to be loaded, and to display all of the windows in
  18.               the template file.   Alternatively, double-click on FormEd 
  19.               itself and it will be loaded with no current windows. If a
  20.               template  file does not appear to load properly, give more 
  21.               memory  to  FormEd before it starts using the Task Manager 
  22.               window.
  23.                                      
  24.               A  template  file is often constructed with reference to a 
  25.               specific set of sprites. A sprite file can be dragged onto 
  26.               the  FormEd  icon  on  the  icon  bar to set the available 
  27.               sprites. These are displayed in a window.      To edit the
  28.               sprites, use the Paint application.
  29.           
  30.               The menu provided from the icon bar provides the following 
  31.               functions:
  32.                 
  33.                           Info
  34.                             - program information
  35.                           New template 
  36.                             - shows a new browser window
  37.                           Quit 
  38.                             - quit FormEd
  39.  
  40.                   
  41.               The  template windows displayed by FormEd mirror precisely 
  42.               the  size,  position  and properties of the windows in the 
  43.               Template file.   The following actions directly affect the
  44.               stored values:
  45.  
  46.                           Close the window 
  47.                             - removes the window from view
  48.                           Move/scroll/resize the window 
  49.                             - moves the default setup of the window in the
  50.                               template file.
  51.  
  52.               Clicking  MENU  on  a template window produces a menu tree 
  53.               that  allows  a  wide  variety  of alterations to the menu 
  54.               structure, based on the various control fields of a window
  55.               structure as described in the Wimp documentation.  It also
  56.               allows you to create icons in the window.    An icon, once 
  57.               created,  can  be  moved and resized using drag-SELECT and 
  58.               drag-ADJUST.   It can also have its properties adjusted by 
  59.               pointing  at  it and then clicking MENU, and following the
  60.               "amend icon" submenu.
  61.  
  62.               Your ability to drag and resize icons may be affected by a
  63.               button  type  affixed  to an icon: only those button types 
  64.               which  generate the appropriate Wimp events can be dragged
  65.               and resized directly. It's interesting to note that FormEd
  66.               keeps  no data structures describing each template window,
  67.               relying on the Wimp to keep and manipulate each structure.
  68.  
  69.               FormEd keeps a file of sprites in memory which can be used
  70.               in icons in the template being edited.  The default sprite 
  71.               file used is the file Default inside !FormEd,  which is in 
  72.               fact a copy of the sprites found in the RISC OS ROM.    To
  73.               load  in  a separate sprite file to use with your template  
  74.               file, drag the sprite file onto the FormEd icon.
  75.